'Declaration Public Overloads Shared Function FilterAsync(Of T As Class)( _ ByVal dataCollection As IDataCollection(Of T), _ ByVal filterPath As String, _ ByVal filterOperation As FilterOperation, _ ByVal value As Object _ ) As Task
public static Task FilterAsync<T>( IDataCollection<T> dataCollection, string filterPath, FilterOperation filterOperation, object value ) where T: class
Parameters
- dataCollection
- The data collection.
- filterPath
- The path of the data item to which the filter will be applied.
- filterOperation
- The filter operation.
- value
- The value used in the expression.
Type Parameters
- T